In [1]:
import pandas as pd
datapath = '../3_data'
from os import chdir; chdir(datapath)
data = pd.read_csv('melb_data.csv')
from ydata_profiling import ProfileReport
ProfileReport(data, title="Pandas Profiling Report: Melborne Housing Data")
Summarize dataset: 0%| | 0/5 [00:00<?, ?it/s]
Generate report structure: 0%| | 0/1 [00:00<?, ?it/s]
Render HTML: 0%| | 0/1 [00:00<?, ?it/s]